const github.com/klauspost/compress/zstd.fcsUnknown
7 uses
github.com/klauspost/compress/zstd (current package)
decoder.go#L363: if frame.FrameContentSize != fcsUnknown {
decoder.go#L539: if d.current.d.Last && d.frame.FrameContentSize != fcsUnknown && d.syncStream.decodedFrame != d.frame.FrameContentSize {
decoder.go#L799: } else if block.Last && fcs != fcsUnknown && decodedFrame != fcs {
framedec.go#L198: d.FrameContentSize = fcsUnknown
framedec.go#L342: if d.FrameContentSize != fcsUnknown {
framedec.go#L399: if d.FrameContentSize != fcsUnknown && uint64(len(d.history.b)-crcStart) != d.FrameContentSize {
zstd.go#L40: const fcsUnknown = math.MaxUint64
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |